From 2a336df524531265ff5429b9f2588eb8eff34998 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 8 Dec 2005 00:39:06 +0000 Subject: [PATCH] bcr option "radius" fixed. --- bcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcr.c b/bcr.c index 702ea814c..e2e1e58e9 100644 --- a/bcr.c +++ b/bcr.c @@ -60,7 +60,7 @@ static arglist_t bcr_args[] = { {"index", &rtenum_opt, "Index of route to write (if more the one in source)", NULL, ARGTYPE_INT, "1", NULL }, {"name", &rtename_opt, "New name for the route", NULL, ARGTYPE_STRING }, - {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", NULL, ARGTYPE_FLOAT }, + {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", "6371000", ARGTYPE_FLOAT }, {0, 0, 0, 0, 0} }; -- 2.30.2